Calendar for WinRT
ReentrantObservableCollection<T> Class Methods


For a list of all members of this type, see ReentrantObservableCollection<T> members.

Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodBeginUpdatePrevents raising events until the EndUpdate method is called.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodEndUpdateEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodMoveMoves the item at the specified index to a new location in the collection.  
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Methods
 NameDescription
Protected MethodClearItemsOverridden. Overrides the default behavior.  
Protected MethodInsertItemOverridden. Overrides the default behavior.  
Protected MethodMoveItemImplements item moving from one location to another.  
Protected MethodOnCollectionChangedRaises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode.  
Protected MethodRemoveItemOverridden. Overrides the default behavior.  
Protected MethodSetItemOverridden. Overrides the default behavior.  
Top
See Also

Reference

ReentrantObservableCollection<T> Class
C1.Xaml.Calendar Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback